home *** CD-ROM | disk | FTP | other *** search
/ BMUG PD-ROM BV3 / BMUG PD-ROM Version BV3 (CDRM1097900).iso / HyperCard / Games / HyperArchy / HyperArchy Manual / background_2331.txt < prev    next >
Text File  |  1990-02-11  |  9KB  |  433 lines

  1. -- background: 2331 from stack: in
  2. -- bmap block id: 7999
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 16 (field)
  9. -- low flags: 03
  10. -- high flags: 0002
  11. -- rect: left=76 top=43 right=63 bottom=500
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Self Name
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   show card field "Self Name Text"
  23. end mouseUp
  24.  
  25.  
  26. -- part 18 (field)
  27. -- low flags: 01
  28. -- high flags: 0007
  29. -- rect: left=11 top=64 right=194 bottom=74
  30. -- title width / last selected line: 0
  31. -- icon id / first selected line: 0 / 0
  32. -- text alignment: 0
  33. -- font id: 4
  34. -- text size: 12
  35. -- style flags: 0
  36. -- line height: 16
  37. -- part name: Child IDs
  38. ----- HyperTalk script -----
  39. on mouseUp
  40.   show card field "Child IDs Text"
  41. end mouseUp
  42.  
  43.  
  44. -- part 19 (field)
  45. -- low flags: 01
  46. -- high flags: 0002
  47. -- rect: left=11 top=21 right=42 bottom=58
  48. -- title width / last selected line: 0
  49. -- icon id / first selected line: 0 / 0
  50. -- text alignment: 0
  51. -- font id: 4
  52. -- text size: 12
  53. -- style flags: 0
  54. -- line height: 16
  55. -- part name: Parent ID
  56. ----- HyperTalk script -----
  57. on mouseUp
  58.   show card field "Parent ID Text"
  59. end mouseUp
  60.  
  61.  
  62. -- part 20 (field)
  63. -- low flags: 03
  64. -- high flags: 0002
  65. -- rect: left=76 top=21 right=42 bottom=500
  66. -- title width / last selected line: 0
  67. -- icon id / first selected line: 0 / 0
  68. -- text alignment: 0
  69. -- font id: 3
  70. -- text size: 12
  71. -- style flags: 0
  72. -- line height: 16
  73. -- part name: Parent Name
  74. ----- HyperTalk script -----
  75. on mouseUp
  76.   show card field "Parent Name Text"
  77. end mouseUp
  78.  
  79.  
  80. -- part 21 (field)
  81. -- low flags: 03
  82. -- high flags: 0002
  83. -- rect: left=11 top=43 right=63 bottom=58
  84. -- title width / last selected line: 0
  85. -- icon id / first selected line: 0 / 0
  86. -- text alignment: 0
  87. -- font id: 4
  88. -- text size: 12
  89. -- style flags: 0
  90. -- line height: 16
  91. -- part name: Self ID
  92. ----- HyperTalk script -----
  93. on mouseUp
  94.   show card field "Self ID Text"
  95. end mouseUp
  96.  
  97.  
  98. -- part 22 (button)
  99. -- low flags: 00
  100. -- high flags: 8003
  101. -- rect: left=200 top=315 right=337 bottom=300
  102. -- title width / last selected line: 0
  103. -- icon id / first selected line: 0 / 0
  104. -- text alignment: 1
  105. -- font id: 0
  106. -- text size: 12
  107. -- style flags: 0
  108. -- line height: 16
  109. -- part name: Create Child
  110. ----- HyperTalk script -----
  111. on mouseUp
  112.   set hilite of me to true
  113.   show card field "Create Child"
  114. end mouseUp
  115.  
  116.  
  117.  
  118. -- part 23 (button)
  119. -- low flags: 00
  120. -- high flags: 8003
  121. -- rect: left=304 top=315 right=337 bottom=404
  122. -- title width / last selected line: 0
  123. -- icon id / first selected line: 0 / 0
  124. -- text alignment: 1
  125. -- font id: 0
  126. -- text size: 12
  127. -- style flags: 0
  128. -- line height: 16
  129. -- part name: Delete
  130. ----- HyperTalk script -----
  131. on mouseUp
  132.   set hilite of me to true
  133.   show card field "Delete"
  134. end mouseUp
  135.  
  136.  
  137. -- part 27 (button)
  138. -- low flags: 00
  139. -- high flags: 8003
  140. -- rect: left=200 top=291 right=313 bottom=300
  141. -- title width / last selected line: 0
  142. -- icon id / first selected line: 0 / 0
  143. -- text alignment: 1
  144. -- font id: 0
  145. -- text size: 12
  146. -- style flags: 0
  147. -- line height: 16
  148. -- part name: Create Peer
  149. ----- HyperTalk script -----
  150. on mouseUp
  151.   set hilite of me to true
  152.   show card field "Create Peer"
  153. end mouseUp
  154.  
  155.  
  156.  
  157. -- part 30 (button)
  158. -- low flags: 00
  159. -- high flags: 8003
  160. -- rect: left=96 top=291 right=313 bottom=196
  161. -- title width / last selected line: 0
  162. -- icon id / first selected line: 0 / 0
  163. -- text alignment: 1
  164. -- font id: 0
  165. -- text size: 12
  166. -- style flags: 0
  167. -- line height: 16
  168. -- part name: Sort: Parent
  169. ----- HyperTalk script -----
  170. on mouseUp
  171.   set hilite of me to true
  172.   show card field "Sort: Parent"
  173. end mouseUp
  174.  
  175.  
  176.  
  177. -- part 32 (field)
  178. -- low flags: 03
  179. -- high flags: 0002
  180. -- rect: left=76 top=64 right=84 bottom=500
  181. -- title width / last selected line: 0
  182. -- icon id / first selected line: 0 / 0
  183. -- text alignment: 0
  184. -- font id: 3
  185. -- text size: 12
  186. -- style flags: 0
  187. -- line height: 16
  188. -- part name: Parent Stack Name
  189. ----- HyperTalk script -----
  190. on mouseUp
  191.   show card field "P Stack Name Text"
  192. end mouseUp
  193.  
  194.  
  195. -- part 31 (field)
  196. -- low flags: 03
  197. -- high flags: 0002
  198. -- rect: left=76 top=85 right=105 bottom=500
  199. -- title width / last selected line: 0
  200. -- icon id / first selected line: 0 / 0
  201. -- text alignment: 0
  202. -- font id: 3
  203. -- text size: 12
  204. -- style flags: 0
  205. -- line height: 16
  206. -- part name: Child Stack Name
  207. ----- HyperTalk script -----
  208. on mouseUp
  209.   show card field "C Stack Name Text"
  210. end mouseUp
  211.  
  212.  
  213. -- part 34 (button)
  214. -- low flags: 00
  215. -- high flags: C006
  216. -- rect: left=447 top=313 right=339 bottom=508
  217. -- title width / last selected line: 0
  218. -- icon id / first selected line: 0 / 0
  219. -- text alignment: 1
  220. -- font id: 0
  221. -- text size: 12
  222. -- style flags: 0
  223. -- line height: 16
  224. -- part name: Debug
  225. ----- HyperTalk script -----
  226. on mouseUp
  227.  
  228.   if the hilite of me is true then
  229.     hide field "Parent ID"
  230.     hide field "Self ID"
  231.     hide field "Child IDs"
  232.     hide field "Parent ID"
  233.     hide field "Parent Stack Name"
  234.     hide field "Child Stack Name"
  235.     show field "Data"
  236.     hide menubar
  237.   end if
  238.  
  239.   if the hilite of me is false then
  240.     hide field "Data"
  241.     show menubar
  242.     show field "Parent ID"
  243.     show field "Self ID"
  244.     show field "Child IDs"
  245.     show field "Parent ID"
  246.     show field "Parent Stack Name"
  247.     show field "Child Stack Name"
  248.   end if
  249.  
  250.   set the hilite of me to not (the hilite of me)
  251. end mouseUp
  252.  
  253.  
  254.  
  255. -- part 35 (field)
  256. -- low flags: 81
  257. -- high flags: 2007
  258. -- rect: left=9 top=68 right=280 bottom=500
  259. -- title width / last selected line: 0
  260. -- icon id / first selected line: 0 / 0
  261. -- text alignment: 0
  262. -- font id: 3
  263. -- text size: 12
  264. -- style flags: 0
  265. -- line height: 16
  266. -- part name: Data
  267. ----- HyperTalk script -----
  268. on mouseUp
  269.   send mouseUp to bkgnd btn "Debug"
  270. end mouseup
  271.  
  272.  
  273. -- part 40 (button)
  274. -- low flags: 00
  275. -- high flags: 8003
  276. -- rect: left=96 top=315 right=337 bottom=196
  277. -- title width / last selected line: 0
  278. -- icon id / first selected line: 0 / 0
  279. -- text alignment: 1
  280. -- font id: 0
  281. -- text size: 12
  282. -- style flags: 0
  283. -- line height: 16
  284. -- part name: Sort: Name
  285. ----- HyperTalk script -----
  286. on mouseUp
  287.   set hilite of me to true
  288.   show card field "Sort: Name"
  289. end mouseUp
  290.  
  291.  
  292.  
  293. -- part 42 (button)
  294. -- low flags: 00
  295. -- high flags: 0000
  296. -- rect: left=58 top=297 right=325 bottom=88
  297. -- title width / last selected line: 0
  298. -- icon id / first selected line: 27009 / 27009
  299. -- text alignment: 1
  300. -- font id: 0
  301. -- text size: 12
  302. -- style flags: 0
  303. -- line height: 16
  304. -- part name: To Next Peer
  305. ----- HyperTalk script -----
  306. on mouseUp
  307.   set hilite of me to true
  308.   show card field "To Next Peer"
  309. end mouseUp
  310.  
  311.  
  312. -- part 43 (button)
  313. -- low flags: 00
  314. -- high flags: 0000
  315. -- rect: left=2 top=297 right=325 bottom=32
  316. -- title width / last selected line: 0
  317. -- icon id / first selected line: 9301 / 9301
  318. -- text alignment: 1
  319. -- font id: 0
  320. -- text size: 12
  321. -- style flags: 0
  322. -- line height: 16
  323. -- part name: To Previous Peer
  324. ----- HyperTalk script -----
  325. on mouseUp
  326.   set hilite of me to true
  327.   show card field "To Previous Peer"
  328. end mouseUp
  329.  
  330.  
  331. -- part 45 (button)
  332. -- low flags: 00
  333. -- high flags: 0000
  334. -- rect: left=31 top=281 right=312 bottom=59
  335. -- title width / last selected line: 0
  336. -- icon id / first selected line: 32488 / 32488
  337. -- text alignment: 1
  338. -- font id: 0
  339. -- text size: 12
  340. -- style flags: 0
  341. -- line height: 16
  342. -- part name: To Parent
  343. ----- HyperTalk script -----
  344. on mouseUp
  345.   set hilite of me to true
  346.   show card field "To Parent"
  347. end mouseUp
  348.  
  349.  
  350.  
  351. -- part 46 (button)
  352. -- low flags: 00
  353. -- high flags: 0000
  354. -- rect: left=31 top=312 right=342 bottom=59
  355. -- title width / last selected line: 0
  356. -- icon id / first selected line: 2335 / 2335
  357. -- text alignment: 1
  358. -- font id: 0
  359. -- text size: 12
  360. -- style flags: 0
  361. -- line height: 16
  362. -- part name: To Last Child
  363. ----- HyperTalk script -----
  364. on mouseUp
  365.   set hilite of me to true
  366.   show card field "To Last Child"
  367. end mouseUp
  368.  
  369.  
  370.  
  371. -- part 47 (button)
  372. -- low flags: 00
  373. -- high flags: 8003
  374. -- rect: left=304 top=291 right=313 bottom=404
  375. -- title width / last selected line: 0
  376. -- icon id / first selected line: 0 / 0
  377. -- text alignment: 1
  378. -- font id: 0
  379. -- text size: 12
  380. -- style flags: 0
  381. -- line height: 16
  382. -- part name: Terms
  383. ----- HyperTalk script -----
  384. on mouseUp
  385.   if hilite of me is false then
  386.     set hilite of me to true
  387.     show field "Terms"
  388.   else
  389.     set hilite of me to false
  390.     hide field "Terms"
  391.   end if
  392. end mouseUp
  393.  
  394.  
  395.  
  396. -- part 49 (button)
  397. -- low flags: 00
  398. -- high flags: A004
  399. -- rect: left=374 top=263 right=287 bottom=505
  400. -- title width / last selected line: 0
  401. -- icon id / first selected line: 0 / 0
  402. -- text alignment: 1
  403. -- font id: 0
  404. -- text size: 12
  405. -- style flags: 0
  406. -- line height: 16
  407. -- part name: Return to Manual
  408. ----- HyperTalk script -----
  409. on mouseUp
  410.   visual effect iris close
  411.   pop card
  412. end mouseUp
  413.  
  414.  
  415.  
  416. -- part 48 (field)
  417. -- low flags: 81
  418. -- high flags: 2004
  419. -- rect: left=76 top=21 right=274 bottom=504
  420. -- title width / last selected line: 0
  421. -- icon id / first selected line: 0 / 0
  422. -- text alignment: 0
  423. -- font id: 3
  424. -- text size: 9
  425. -- style flags: 0
  426. -- line height: 12
  427. -- part name: Terms
  428. ----- HyperTalk script -----
  429. on mouseUp
  430.   set hilite of bkgnd btn "Terms" to false
  431.   hide me
  432. end mouseUp
  433.